hysop.core package¶
Subpackages¶
- hysop.core.arrays package
- hysop.core.graph package
- Submodules
- hysop.core.graph.all module
- hysop.core.graph.allocator module
- hysop.core.graph.computational_graph module
- hysop.core.graph.computational_node module
- hysop.core.graph.computational_node_frontend module
- hysop.core.graph.computational_operator module
- hysop.core.graph.continuous module
- hysop.core.graph.graph module
ComputationalGraphNodeData
EdgeAttributes
VertexAttributes
all_simple_paths()
discretized()
generate_vertex_colors()
generated()
graph_built()
initialized()
is_directed_acyclic_graph()
lexicographical_topological_sort()
new_directed_graph()
new_edge()
new_vertex()
not_initialized()
op_apply()
ready()
transitive_reduction()
- hysop.core.graph.graph_builder module
- hysop.core.graph.node_generator module
- hysop.core.graph.node_requirements module
- Submodules
- hysop.core.memory package
- hysop.core.mpi package
Submodules¶
- hysop.core.checkpoints module
CheckpointHandler
CheckpointHandler.compression_level
CheckpointHandler.compression_method
CheckpointHandler.create_checkpoint_template()
CheckpointHandler.finalize()
CheckpointHandler.get_mpio_parameters()
CheckpointHandler.io_params
CheckpointHandler.is_io_leader()
CheckpointHandler.load_checkpoint()
CheckpointHandler.load_checkpoint_path
CheckpointHandler.relax_constraints
CheckpointHandler.save_checkpoint()
CheckpointHandler.save_checkpoint_path
CheckpointHandler.should_dump()